home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2007 December
/
PCWKCD1207B.iso
/
Blogowanie poza sfera
/
Flock 0.9.1.3 stable
/
flock-0.9.1.3.en-US.win32.exe
/
flock
/
defaults
/
pref
/
fbranding-prefs.js
< prev
next >
Wrap
Text File
|
2007-10-12
|
1KB
|
35 lines
//
// BEGIN FLOCK GPL
//
// Copyright Flock Inc. 2005-2007
// http://flock.com
//
// This file may be used under the terms of of the
// GNU General Public License Version 2 or later (the "GPL"),
// http://www.gnu.org/licenses/gpl.html
//
// Software distributed under the License is distributed on an "AS IS" basis,
// WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
// for the specific language governing rights and limitations under the
// License.
//
// END FLOCK GPL
//
pref("startup.homepage_override_url", "http://www.flock.com/release-notes/%VERSION%/");
pref("startup.homepage_welcome_url", "http://www.flock.com/welcome/%LOCALE%/");
// URL user can browse to manually if for some reason all update installation
// attempts fail.
pref("app.update.url.manual", "http://www.flock.com/download/");
// A default value for the "More information about this update" link
// supplied in the "An update is available" page of the update wizard.
pref("app.update.url.details", "http://www.flock.com/release-notes/%VERSION%/");
// "Help > Release Notes" menuitem URL
pref("app.releaseNotesURL", "http://www.flock.com/release-notes/%VERSION%/");
// Default query for the mediabar
pref("flock.media.defaultquery.service", "flickr");
pref("flock.media.defaultquery.query", "special:interestingness");
pref("flock.media.defaultquery.label", "Interestingness");